Skip to main content

All Questions

3votes
2answers
383views

Extract SSID and BSSID from a file

I have file called Network.txt which contains SSID and BSSID as below: ...
leuage's user avatar
6votes
2answers
3kviews

Parse a file containing key-value pairs followed by coordinates of nodes in a graph

I've a file which is divided into two parts: The header The data part The header has of course a different format than the data part. The header part contains lines that look like this ...
user avatar
3votes
1answer
95views

Putting a matrix from a text file into a list

I'm trying to read a text file with matrix and put it in a list, but I am using two loops here and I want my function to be faster. ...
aol's user avatar
  • 33
5votes
2answers
76kviews

Parsing a big text file, extract data & store it in a CSV file

I have a big log file (say 1-3 Gb) which I need to parse, extract data & save it in a CSV file. Text File Data ...
user3561075's user avatar
4votes
1answer
808views

Parsing random phrases from a file

This essentially reads a specially-structured file from the scanner and then parses random phrases and prints them: ...
Mr_CryptoPrime's user avatar

close